home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-08-25 | 713 b | 22 lines |
- # -> MakeFile
- # LIB=$.clib
- # Use the C library and overlay manager
- # from the standard place
- LIB=<C$LibRoot>
- # Use shared C library and overlay manager
- # from here if your C system is not
- # installed in the standard place.
-
- CHECK=@ if ("<C$LibRoot>" <> "") AND ("<C$LibRoot>" <> "$(LIB)") \
- Then Error 0 Makefile only works if C$LibRoot is unset, \
- or if you have edited Makefile to use the alternative defintion of LIB.
-
- all: !PD-Impres
-
- !PD-Impres: !RunImage
- CSL PD-Impres -o !RunImage
- Squeeze !RunImage
-
- clean:
- wipe o.* ~c
-